home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Text Processing / Edit II 2.1.5 / Version History < prev   
Text File  |  1994-02-24  |  11KB  |  233 lines

  1. Version History
  2. ~~~~~~~~~~~~~~~
  3. 2.1.5 (02/24/94) Bug fixes and a few minor new features
  4. ~~~~~
  5. ** New features **
  6. • cmd-option-W triggers 'Close All'.
  7. • cmd-option-S triggers 'Save All'.
  8. • Disallow opening of filenames beginning with a period (even TeachText
  9. barfs on such filenames, and DTS says it's BAD!).
  10. • Documentation has been updated to reflect the above (and converted to
  11. MS Word 4.0 format - should be readable by *all* word processors!).
  12. ** Bugs fixed **
  13. • With the assistance of Mouse Systems Inc, I've fixed a long standing
  14. problem of the repeating a's across the window when you ran Edit II on
  15. a system that used the A3 mouse and an extended keyboard. It's *not*
  16. due to an extension conflict - just an ADB conflict. Thanks to all who
  17. reported the errors over the years and stuck it out! (thanx Chris)
  18. • GREP initialization now checked for errors.
  19. • Read-only files are saved under a new name.
  20. • Check for locked volume for so we can consider all files as read-only.
  21. • Turn on the watch cursor while searching (dumb of me to forget!)
  22. • Remember to close old file when doing 'Save As' (thanx Robby)
  23. • Added AOL text file type
  24.  
  25. 2.1.4 (03/06/93) Yet another Maintenance Release
  26. ~~~~~
  27. • No changes in documentation from 2.1.1 (except for the registration page)
  28. ** Bugs fixed **
  29. • Preferences now set properly for initial startup - initial font size
  30. was previously set to zero and the initial window placement was *way*
  31. off to the side! (This happened when I put in code to allow users to
  32. select default window size, and forgot to set up the initial default
  33. size when setting up an EditPrefs file for the first time.).
  34.  
  35. 2.1.3 (02/28/93) Maintenance Release
  36. ~~~~~
  37. • No changes in documentation from 2.1.1 (except for the registration page)
  38. • Removed code which stores $FFFFFFFF in location 0 to trap references to
  39. that location.
  40.  
  41. 2.1.2 (02/14/93) Maintenance Release
  42. ~~~~~
  43. • No changes in documentation from 2.1.1 (except for the registration page)
  44. ** Bugs fixed **
  45. • Files now properly closed when windows are dismissed (should eliminate
  46. 'file busy, can't empty trash' problems).
  47. • Files on remote networks aren't doubled when saved. [SetEOF doesn't
  48. reset the file pointer in remote files]
  49.  
  50. 2.1.1 (10/12/92) Maintenance Release
  51. ~~~~~
  52. • No changes in documentation from 2.1 (except for the registration page)
  53. ** Bugs fixed **
  54. • Doing 'Save As' with the same filename gave a -47 error [Tried to delete
  55. an existing file of the same name] 2.1.1 now closes the file before
  56. doing a delete.
  57.  
  58. 2.1 (09/24/92)
  59. ~~~
  60. ** New Features **
  61. • Reverse printing is now optional (accessible from the Print dialog box).
  62. • Autowrap now implemented (thanks to all who requested it).  What happens is
  63. that the first space after the wrap column is automagically converted into a
  64. space.  If the cursor happens to be clicked in the middle of a line and typing
  65. starts, then the rest of the line is not pushed over the wrap margin until
  66. the space is typed.
  67. • Wrap on open implemented (useful for opening TeachText files).
  68. • Respects file access rights (should be great for all you who wanted to use
  69. Edit II on networked files).
  70. • Can set default size for new window (great for those with HUGE screens).
  71. • command-up arrow does a page up while command-down arrow does a page down
  72. (this was devised for PowerBook users - like me).
  73. • A bullet appears in front of the names of the unsaved files in the Windows
  74. menu.
  75. ** Bugs fixed **
  76. • Transfer now doesn't reopen files.
  77. • Additional menus (such as fax modem menus) don't corrupt the menu bar.
  78. • Double-clicking on an Edit II alias doesn't keep the cursor to the watch.
  79. • Clicking on Cancel in the Quit dialog box doesn't cause an immediate quit.
  80. • Clicking on No on the Quit dialog box doesn't skip all the other windows.
  81. • Unwrap now marks the window as being changed.
  82. • File names containing ; ^ ! < / and ( are now set up properly in the
  83. windows menu. (AppendMenu doesn't like these characters!)
  84.  
  85. 2.0.2 (05/14/92)
  86. ~~~~~
  87. *** New Features ***
  88. • Global settings (default font, size, creator; linefeed stripping; other
  89. miscellaneous settings) now accessible from Preferences command in Options
  90. menu.
  91. • Cursor jumping with the '-' key is now an optional feature (from the
  92. Preferences dialog).
  93. • Y/N/C can be used instead of clicking on the Yes/No/Cancel buttons.
  94. Command-period works for cancel in all dialogs (I tested most of them!).
  95. All dialogs now feature highlighted default buttons.
  96. • Stationery-aware for all you System 7 people.  Stationery documents store
  97. text and settings and will open as Untitled.  Rebuild desktop to see new
  98. stationery icon (or use SaveABndl like I do).
  99. *** Bugs fixed ***
  100. • Double-clicking on a file too large to fit in memory now lets you know
  101. of the problem.
  102. • Balancing parentheses/braces/brackets in a large file now works (used
  103. an int for a long).
  104. • Menu hiliting has been streamlined.
  105. • Inadvertant switching when toggling num lock on or off under
  106. Apollo/PwrSwitcher has been fixed (put an extra delay in between ADB calls).
  107.  
  108. 2.0.1 (03/12/92)
  109. ~~~~~
  110. *** Bugs fixed ***
  111. • Double-clicking to open an Edit II text file while Edit II was running
  112. frequently gave an File Manager error #-43 (file not found).  Would also
  113. manifest itself as crashing when choosing Open...  (Forgot to clear
  114. pb.ioFDirIndex).
  115. • Turned off 'Get FrontClicks' bit in SIZE resource to prevent erroneous
  116. clicks when switching into Edit II.
  117.  
  118. 2.0 (03/07/92) "A whole new release"
  119. ~~~
  120. *** New Features ***
  121. • Major rearrangement (again) of the command key equivalents to be in line with
  122. the Apple User Interface Guidelines.  Check out the menus.
  123. • New documentation (in MacWrite format).
  124. • New Goodies menu which includes new functionality - Wrap, Unwrap and Remove
  125. Invisibles.
  126. • Windows menu has Tile, Layer, Close All, Save All.
  127. • Support for (virtually) unlimited windows -- subject to memory!
  128. • Page up/down does *not* change insertion point (as per interface guidelines).
  129. • Shift-arrows work OK now (selection extension).
  130. *** Bugs fixed ***
  131. • Cursor now tracks properly (I-beam is properly set!)
  132. • Menu purged ID=84 error fixed (Menu #100 was set purgeable - a no-no!)
  133. • Resource-less file (and new windows) now takes on the default font and size.
  134.  
  135. 1.2.7 (10/29/91) "Lean, mean and 32bit clean"
  136. ~~~~~
  137. We're now 32bit clean!  No, you didn't miss 1.2.5 and 1.2.6!
  138. *** New Features ***
  139. • You might want to rebuild the Desktop since I've included some colored icons
  140. for System 7.0.  The black 'n white icon has been slightly modified (added a pixel).
  141. • Size menu now friendlier under System 7.0, especially with TrueType/ATM fonts.
  142. • Larger and Smaller font size options added.
  143. • Reversed the version history in the ReadMe file so that the latest is at the top!
  144. *** Bugs fixed ***
  145. • Copy & Cut now not restricted to 32K of text (you should have sufficient space
  146. though, a check is made to ensure that twice the space is available - may be a
  147. bad heuristic but it seems to work ok).
  148. • Doing a Copy followed by closing the window did not transfer the stuff copied
  149. to the system scrap.  This has been fixed.
  150. • Slight rearrangement (again) of the command key equivalents.  Select All is now
  151. cmd-A, Find Again is now cmd-D.
  152.  
  153. 1.2.4 (09/14/91) Maintenance Release
  154. ~~~~~
  155. *** Bugs fixed ***
  156. • GetEditPrefs: IOError=-39 when trying to read pre-1.2.3 EditPrefs file (file
  157. size different)
  158. • Does not crash under UniFinder, now uses WaitNextEvent exclusively.
  159.  
  160. 1.2.3 (08/24/91)
  161. ~~~~~
  162. • EditPrefs file now contains print headers flag, number of spaces per tab.
  163. • Close now has cmd-W as the command key.  Consequently, Replace is now cmd-R,
  164. Replace and Find Again is cmd-Y, Page Setup is cmd-; and Print is cmd-P.
  165. • Print headers on each page is now optional.
  166. • Number of spaces per tab is now a global value and can be saved as a preference.
  167. This means that Set Tabs... will affect all future new windows and can be saved
  168. into the EditPrefs file.
  169. • The '-' key on the keypad now acts as a jump to previous insertion points (last 5).
  170. *** Bugs fixed ***
  171. • File list under Windows updates when an Untitled window is saved and when a
  172. window is Saved As another name.
  173.  
  174. 1.2.2 (05/17/91) Maintenance release.
  175. ~~~~~
  176. *** Bugs fixed ***
  177. • Existing clipboard contents are read in when the program starts.
  178.  
  179. 1.2.1 (05/16/91) Maintenance release.
  180. ~~~~~
  181. *** Bugs fixed ***
  182. • Cursor updating now done via MultiFinder 'cursor moved' event rather than
  183. everytime through the main event loop (cosmetic 'bug' since I noticed that the
  184. cursor would 'stick' to the arrow when moving very rapidly from the scroll bar
  185. to the editing window).
  186. • Clipboard contents are updated when the program is quit.
  187.  
  188. 1.2 (05/04/91)
  189. ~~~
  190. • EditPrefs file now includes a flag for New Untitled to optionally open a new
  191. untitled window on startup.  Default is to open the Untitled window.
  192. *** Bugs fixed ***
  193. • Selecting Quit from File menu and then selecting Cancel from the 'Save changes
  194. before quitting?' dialog would quit to the Finder anyway.
  195. • Now saves ETAB and EFNT information (tab/space and font/size resources) to the
  196. file if this is changed during edit.
  197.  
  198. 1.1 (04/05/91)
  199. ~~~
  200. • EditPrefs file in the Preferences folder of the System Folder now contains the
  201. setup of the options, font, size and creator which were saved last.  Default
  202. settings are: the following options are enabled (Auto Indent and SmartStrip),
  203. font is Monaco, size is 9 and creator is EDIT.  Preferences file is not created
  204. if System Folder is on a locked disk (e.g. network server or locked local disk).
  205. • Balance command added to Edit menu to balance parentheses, braces and
  206. brackets.
  207. • Remove LFs command added to Edit menu to remove all linefeeds from window,
  208. if Strip LF or SmartStrip are not selected.
  209. • Select All added to Edit menu.
  210. *** Bugs fixed ***
  211. • Typing the letter ‘O’ while in CursorPad mode would cause a cursor down
  212. operation in 1.0.2.
  213. • If Caps Lock key is down (and the Caps Lock LED is on) then hitting
  214. num lock to set CursorPad mode would turn off the Caps Lock LED.
  215. • NumLock LED would stay on when printing from the Finder.
  216. • ID=12 Bomb eliminated on quit from Edit II, due to calling non-existent ADB
  217. routines on Mac Plusses and below.
  218. (Operational tweak: removed Think's ANSI library to save a lot of space!)
  219.  
  220. 1.0.2 (11/20/90)
  221. ~~~~~
  222. • Now recognizes the extended keyboard del, home, end, pgup and pgdn keys
  223. while in the Cursor Pad mode.
  224. • Fixed toggling of LEDs.
  225. • Added Enter Selection menu item in Search menu to allow for copying of
  226. the selected text into the Search String box in the Find dialog (a la Think C).
  227. You can enter the selected text and then use Find Again to look for
  228. its next occurence.
  229.  
  230. 1.0.1 (10/09/90)
  231. ~~~~~
  232. First release.
  233.